home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00521.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  229 b   |  14 lines

  1. on dropsounds
  2.   global wait, drums, drumonly
  3.   set wait to 1
  4.   if soundBusy(1) = 0 then
  5.     nothing()
  6.   else
  7.     puppetSound(2, 0)
  8.     puppetSound(3, 0)
  9.     puppetSound(4, 0)
  10.     set drums to 1
  11.     set drumonly to 1
  12.   end if
  13. end
  14.